home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: newsfeeds.ans.net!butch!enterprise!news
- From: Bentley_Joe@mm.rdd.lmsc.lockheed.com (Joe Bentley)
- Subject: cout << tab(5) ... without OMANIP(int)
- Message-ID: <Bentley_Joe-0503961032270001@129.197.157.33>
- Sender: news@enterprise.rdd.lmsc.lockheed.com (News Administrator)
- Organization: HRD - Technical Training Lockheed
- Date: Tue, 5 Mar 96 16:26:27 GMT
-
- I would like to write a tab function/manipulator that I can use in an
- output stream. I know how to do this using the OMANIP(int) macro
- approach, but would like another solution. I assumed that I could do it
- with a function template, but I'm not sure how to approach the problem.
- Any ideas?
-